/* 关于东晶 - 头部 - 开始  */
.about_header {
  position: relative;
}

.about_hd {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 170px;
  margin-left: -85px;
  background: rgba(108, 111, 125, 0.5);
  display: none;
}

.about_hd ul:hover .th {
  font-weight: 700;
}

.header_nav_n .hoverLi {
  position: relative;
}

.about_nav {
}

.about_nav > ul {
  flex-direction: column;
  line-height: 10px;
  height: 100%;
}

.about_nav ul {
  width: 100%;
  margin-right: 10%;
  border-bottom: 1px solid #a9abb3;
  /* height: 50px; */
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about_nav ul:last-child {
  border: none;
}

.about_nav ul .th {
  font-size: 18px;
  color: #fff;
}

.about_nav ul .solid {
  display: block;
  width: 40px;
  height: 1px;
  border: 1px solid #1d7bf4;
  margin: 20px 0 0;
}

.about_nav ul li {
  font-size: 14px;
  color: #888;
  margin: 10px 0;
}

.ecec li a {
  color: #fff !important;
}

.about_nav ul li:hover,
.about_nav ul li a:hover {
  color: #1d7bf4;
}

/* 关于东晶 - 头部 - 结束  */

/* 头部banner图片 */
.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}
/* 头部banner图片 */

/* 走进东晶 - 公司简介 - 开始 */
.company_intro {
  width: 100%;
}
.company_intro_box .mycompany {
    width: 100%;
/*    height: 850px;*/
    /*height: 100vh;*/
    height: auto;
    display: flex;
    text-indent: 0;
}

.company_intro_box .mycompany .video-fl {
  width: 50%;
  height: auto;
  overflow: hidden;
}

.company_intro_box .mycompany .video-fl img {
  width: 100%;
  height: 100%;
  text-indent: 0;
}
.company_intro_box .mycompany .text-fr {
  width: 50%;
  background: url('../uploads/company_photo_bg.jpg') no-repeat;
  background-size: 100% 100%;
}

    .company_intro_box .mycompany .text-title {
        width: 100%;
        text-align: center;
        margin: 1% 0;
        font-size: 4rem;
        font-weight: 400;
        color: #ffffff;
    }

.company_intro_box .mycompany .text-detail .MsoNormal {
  /* padding: 0 75px; */
  color: #fff;
  text-align: left;
  text-indent: 2em;
  line-height: 28px;
}

.company_intro_box .mycompany .text-detail .text p {
}
    .company_intro_box .mycompany .text-detail {
        padding: 0 5%;
        font-size: 1.2rem;
        padding-bottom: 21px;
        text-align: center;
    }

.about_pannel {
  text-indent: 2em;
}
/* .about_pannel:target {
display: block;
} */

/* #about_1 {
display: none;
}

#about_1:target {
display: block;
} */

.company_intro_head {
  border-bottom: 1px solid #f1f1f1;
}

    .company_intro_head ul {
        height: 6vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .company_intro_head ul a {
            width: 33.3%;
            height: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #666;
        }

    .company_intro_head .active {
        color: #1d7bf4;
        position: relative;
    }

        .company_intro_head .active::after {
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background: #1d7bf4;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
        }

.company_intro_body {
  /* margin-bottom: 155px; */
}

.company_intro_title {
  font-size: 30px;
  margin: 53px 0;
  text-align: center;
  position: relative;
}

.company_intro_title::after {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  background: #1d7bf4;
  border-radius: 1px;
  position: absolute;
  top: 50px;
  left: 50%;
}

.company_intro_text {
  font-size: 18px;
  color: #666;
  text-indent: 2em;
}

.company_intro_text p {
  margin-top: 30px;
}

.company_intro_text_factoryDrawing {
  margin-top: 79px;
  display: flex;
  justify-content: center;
}

.company_intro_text_factoryDrawing .video {
  width: 682px;
  height: 388px;
}

/* 发展历程开始 */
.development-history {
  width: 100%;
  height: 844px;
  background: url('../uploads/development-history.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.development-history-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.de-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.de-content .swiper-content {
  height: 70% !important;
}

.de-content .swiper-content .swiper-slide {
  cursor: pointer;
}

.de-content .my-swiper-pagination {
  height: 30% !important;
  overflow: hidden;
  width: 63%;
}

.de-content .my-swiper-pagination .swiper-slide {
  align-items: flex-start;
  justify-content: center;
}

.de-content .my-swiper-pagination .swiper-slide-active {
  position: relative;
}

.my-swiper-pagination .swiper-slide .solid .year {
  display: none;
}

.de-content .my-swiper-pagination .swiper-slide-active .year {
  display: block;
  position: absolute;
  top: 20px;
  left: -14px;
  text-indent: 0;
  color: #fff;
  font-size: 16px;
}

.de-content .my-swiper-pagination .swiper-slide-active::after {
  content: '';
  width: 24px;
  height: 32px;
  background: url('../uploads/positionIcon.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -3px;
}

.de-content .swiper-button-prev,
.de-content .swiper-button-next {
  width: 3% !important;
  height: 9% !important;
  background: transparent !important;
  top: 70% !important;
}

.de-content .swiper-button-prev::after,
.de-content .swiper-button-next::after {
  font-size: 60px !important;
  color: #ffffff;
}
.my-swiper-pagination .swiper-slide {
  width: 200px !important;
  padding-top: 5px;
}

.my-swiper-pagination .swiper-slide .solid {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.swiper-pagination {
  top: 60%;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  /* width: 25%; */
  display: flex;
  margin: 5% 0;
  background-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  width: 24px;
  height: 32px;
  background: url('../uploads/positionIcon.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -7px;
  top: -10px;
}

.de-content .swiper-button-prev {
  left: 14%;
}
.de-content .swiper-button-next {
  right: 14%;
}

.development-history .de-title {
  margin-top: 91px;
  position: relative;
  font-size: 38px;
  color: #ffffff;
}

.development-history .de-title::after {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  background: #1d7bf4;
  border-radius: 1px;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -2px;
}

.development-history .swiper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.development-history img {
  width: 479px;
  height: 301px;
  margin-top: 21px;
}

.development-history .swiper-box .title {
  font-size: 26px;
  color: #ffffff;
  margin: 19px 0;
}

.development-history .swiper-box .explain {
  font-size: 16px;
  color: #ffffff;
}

/* 发展历程结束 */

/* 公司荣誉-开始 */
.corporateHonors {
  width: 100%;
  height: 804px;
  background: url('../uploads/honor-bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.corporateHonors-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.corporateHonors-body .de-title {
  margin-top: 91px;
  position: relative;
  font-size: 38px;
  color: #ffffff;
}

.corporateHonors-body .de-title::after {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  background: #1d7bf4;
  border-radius: 1px;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -18px;
}

.corporateHonors-body .de-detail-text {
  margin-top: 60px;
  width: 41%;
  height: 75px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.corporateHonors-body-swiper {
  width: 100%;
  height: 60%;
  margin-top: 52px;
}

.corporateHonors-body-swiper .oneSwiper,
.corporateHonors-body-swiper .twoSwiper {
  height: 50% !important;
}

.corporateHonors-body-swiper .twoSwiper {
  width: 90% !important;
}

.corporateHonors-body-swiper .twoSwiper img {
  width: 100%;
  height: 100%;
}

.corporateHonors-body-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.corporateHonors-body-swiper .swiper {
  height: 100%;
  width: 70%;
}

.corporateHonors-body-swiper .swiper-slide {
  display: flex;
  align-items: center;
  /* width: 25%; */
}

.corporateHonors-body-swiper .swiper-slide .swiper-box {
  margin-right: 5%;
}

.corporateHonors-body-swiper img {
  width: 100%;
  height: 100%;
}

/* 公司荣誉-结束 */

/* 走进东晶 - 公司简介 - 结束 */

/* 走进东晶 - 公司历程 - 开始  */
.experience_head {
  font-size: 30px;
  margin: 30px 0 0;
  text-align: center;
}

#timeline {
  position: relative;
  margin: 0px auto;
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
}

#timeline .year {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

#timeline i {
  display: block;
  text-align: center;
  width: 91px;
  height: 45px;
  background: #1d7bf4;
  border-radius: 5px;
  z-index: 9;
  color: #fff;
  line-height: 45px;
  font-size: 24px;
}

#timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(100vh - 427px);
  background: #ebebeb;
}

#timeline ul {
  margin: 0;
  padding: 0;
}

#timeline ul li {
  list-style: none;
  line-height: normal;
  position: relative;
  width: 50%;
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

#timeline ul li:nth-child(odd) {
  float: left;
  clear: both;
}

#timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

#timeline ul li:nth-child(odd)::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 30px;
  right: -9px;
  width: 19px;
  height: 18px;
  background-size: 100% 100%;
  background: url('../uploads/dot.png') no-repeat;
}

#timeline ul li:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -10px;
  width: 19px;
  z-index: 10;
  height: 18px;
  background-size: 100% 100%;
  background: url('../uploads/dot.png') no-repeat;
}

#timeline ul li h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  color: #1d7bf4;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
}

#timeline ul li p {
  margin: 10px 0 0 20px;
  padding: 0;
  font-size: 18px;
  color: #666;
  position: relative;
}

#timeline ul li p::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #666;
  border-radius: 5px;
  position: absolute;
  left: -10px;
  top: 10px;
}

#timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 10px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: rgba(71, 68, 59, 1);
  color: white;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(71, 68, 59, 0.2);
}

#timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 10px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: rgba(71, 68, 59, 1);
  color: white;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(71, 68, 59, 0.2);
}
/* 走进东晶 - 公司历程 - 结束  */

/* 走进东晶 - 公司愿景 - 开始 */
#about_hd_id4 .company_intro_title {
  margin: 60px 0 30px;
}

#about_hd_id4 .company_intro_text {
  padding-left: 5%;
}

#about_hd_id4 .company_intro_text img {
  width: 100%;
  height: 100%;
}
/* 走进东晶 - 公司愿景 - 结束 */

/* 走进东晶 - 企业优势 - 开始*/
.advantage {
}

.advantage_head {
  font-size: 30px;
  color: #1d7bf4;
  font-weight: bold;
  width: 100%;
  text-indent: 0em;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 30px;
}

.advantage_body {
  width: 100%;
  text-indent: 0;
}

.advantage_demo {
  display: flex;
  flex-wrap: wrap;
}

.advantage_body_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  /* border: 1px dotted; */
  padding: 5px 10px;
}

.advantage_body_box:nth-child(3),
.advantage_body_box:nth-child(3n) {
  margin-right: 0%;
}

.advantage_body_text {
  color: #333;
  margin-bottom: 20px;
}

.advantage_body_img {
  overflow: hidden;
}

.advantage_body_img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}

.advantage_body_img:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.advantage_body_te {
  color: #333;
  margin-top: 25px;
}

.advantage2 .advantage_body_text p {
  margin-top: 0;
  line-height: 30px;
  font-size: 16px;
}

.advantage2 .advantage_body_text p i {
  text-indent: 2em;
  display: block;
}

.advantage3 .advantage_body_text p {
  margin-top: 0;
  line-height: 2em;
}

.advantage3 .advantage_body_te {
  line-height: 2em;
  font-size: 16px;
}

.advantage3 .advantage_body_te p {
  font-size: 20px;
}

/* 走进东晶 - 企业优势 - 结束 */

/* 走进东晶 - 联系我们 - 开始 */
.contact_us1 {
  display: flex;
  margin-top: 30px;
}

.contact_us1_fl {
  width: 33%;
}

.contact_us1_fl ul {
  padding: 30px;
  cursor: pointer;
}

.contact_us1_fl .contactblue {
  background-color: #e8f2fe;
}

.contact_us1_fl .contactblue .th {
  color: #1890ff;
}

.contact_us1_fl ul li {
  color: #333;
  text-indent: 0;
}

.contact_us1_fl ul .th {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact_us1_fr {
  margin-left: 5%;
  width: 67%;
}

/* 地图 */
#wrapper {
  width: 100%;
  height: 100%;
}
/* 走进东晶 - 联系我们 - 结束 */

/* 企业文化 */
/* 企业文化 - 核心理念 - 开始 */
.core_idea {
  font-size: 31px;
  color: #1d7bf4;
  width: 100%;
  text-indent: 0;
}

.core_idea_box {
  display: flex;
  width: 100%;
  height: 244px;
}

.core_idea_box:nth-child(1) {
  margin-top: 30px;
}

.core_idea_box .core_idea_box_fl {
  flex: 1;
  display: flex;
}

.core_idea_box .core_idea_box_fr {
  flex: 1;
}

.core_idea_box_fr img {
  width: 100%;
  height: 100%;
}

.core_idea_box p:nth-child(1) {
  margin-top: 21px;
}

.core_idea_box p:nth-child(2) {
  margin-top: 0;
  border-bottom: 1px solid #1d7bf4;
  height: 60px;
  margin-bottom: 20px;
}

.core_idea_box_fl_misson {
  margin-left: 30px;
  width: 100%;
  padding-right: 63px;
}

.core_idea_box_fl_misson .text {
  font-size: 18px;
  color: #333;
}

.core_idea_box_fl_letter {
  font-size: 75px;
  color: #999;
  text-indent: 1em;
}
/* 企业文化 - 核心理念 - 结束 */

/* 企业文化 - 公司荣誉 - 开始 */

.honor_nav nav {
  margin-top: 40px;
}

.certificate-box {
  width: 100%;
}

.certificate-box ul {
  display: flex;
  padding: 0 88px;
}

.certificate-box ul li {
  display: flex;
  flex-direction: column;
  margin-right: 22px;
}

.certificate-box ul li:last-child {
  margin-right: 0;
}

.certificate-box ul li p {
  margin-top: 15px;
  text-indent: 0;
  color: #333;
  font-size: 16px;
}

.honor_nav .swiper-button-next,
.honor_nav .swiper-button-prev {
  width: 49px !important;
  height: 49px !important;
  background: #cccccc;
  border-radius: 50%;
}

.honor_nav .swiper-button-prev::after,
.honor_nav .swiper-button-next::after {
  color: #fff;
  margin-left: -32px;
}

.honor_path {
  margin: 45px 0 0;
  width: 100%;
  padding-top: 45px;
}

.honor_path1 {
  margin: 0;
}
/* 横向时间抽 */
.time-horizontal {
  list-style-type: none;
  border-top: 1px solid #ebebeb;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.time-horizontal .fl,
.fr {
  position: absolute;
  width: 17px;
  height: 29px;
  top: -16px;
}

.time-horizontal .fl {
  left: 0;
}

.time-horizontal .fr {
  right: 0;
}

.time-horizontal li {
  float: left;
  position: relative;
  text-align: center;
  width: 20%;
  padding-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-horizontal li .btn {
  font-size: 36px;
  padding: 5px;
  color: #1c7bf4;
  background: #fff;
  text-align: center;
  text-indent: 0;
}

.time-horizontal .active .btn {
  color: #fff;
  background-color: #1d7bf4 !important;
}

.time-horizontal li b:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 47%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #1d7bf4;
}

.time-horizontal .active b:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 48.3%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d7bf4;
}

/* 竖向时间轴 */
.honor_path .box {
  /* height: 630px; */
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.honor_path .box ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 20px 100px;
  position: relative;
  transition: all 0.5s linear;
  top: 0;
  width: 33%;
}

.honor_path .box ul:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 30px;
}

.honor_path .box ul li {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border-radius: 10px;
  line-height: 20px;
  width: 90%;
  height: 60px;
  padding: 0 40px;
  padding-right: 0;
}

.honor_path .box ul li:last-of-type span {
  height: 0;
}

.honor_path .box ul li:first-of-type {
  height: 163px;
}

.honor_path .box ul li:first-of-type .flag {
  height: 49px;
  position: absolute;
  top: 50px;
}

.honor_path .box ul .first-flag .flag {
  left: -97px;
  width: 127px;
}

.honor_path .box ul .two-flag .flag {
  left: -115px;
  width: 145px;
}

.honor_path .box ul .two-flag .text {
  left: -124px !important;
}

.honor_path .box ul .three-flag .flag {
  left: -127px;
  width: 157px;
}

.honor_path .box ul .three-flag .text {
  left: -140px !important;
}

.honor_path .box ul li:first-of-type .text {
  position: absolute;
  left: -93px;
  top: 58px;
  color: #fff;
  font-size: 16px;
}

.honor_path .box ul li > span {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border: 1px solid #1d7bf4;
  position: absolute;
  top: 4px;
  left: 30px;
}

.honor_path .box ul li > span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d7bf4;
  border: 2px solid #1d7bf4;
  position: absolute;
  left: -5px;
  box-sizing: border-box;
}

.honor_path .box ul li > span:before {
  top: -1px;
}

.honor_path .box ul li > span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1d7bf4;
  position: absolute;
  left: -9px;
  top: -5px;
}

.honor_path .box ul li:first-of-type > span:after {
  display: none;
}

.honor_path .box ul li:first-of-type > span::before {
  box-sizing: content-box;
  left: -7px;
}

.honor_path .box .title {
  text-transform: uppercase;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
  text-indent: 1em;
}

.honor_path .box .info:first-letter {
  text-transform: capitalize;
  line-height: 1.7;
}

.honor_path .box .name {
  margin-top: 10px;
  text-transform: capitalize;
  font-style: italic;
  text-align: right;
  margin-right: 20px;
}

.honor_path .box .time span {
  position: absolute;
  top: 0;
  left: -90px;
  color: #333;
  font-size: 16px;
}

.honor_path_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor_path_btn .active {
  background-color: #1d7bf4;
}

.honor_path_btn .active > a {
  color: #fff;
}

.honor_path_btn1 {
  padding: 17px 41px;
  border: 1px solid #1d7bf4;
  border-radius: 30px;
  margin: 0 8px;
  display: flex;
}

.honor_path_btn1 a {
  text-indent: 0;
  color: #1d7bf4;
}

.honor_pannel #timeline {
  background: url('../uploads/blur_dot.png') no-repeat;
  background-position-x: center;
  background-position-y: 20px;
  margin-top: 60px;
}

.honor_pannel #timeline li {
  padding: 0;
  margin-top: 0;
}

.honor_pannel #timeline::before {
  background-color: #1d7bf4;
}

.honor_pannel #timeline ul li:nth-child(odd)::before {
  top: 34px;
  right: -14.5px;
}

.honor_pannel #timeline ul li:nth-child(even)::before {
  top: 34px;
  left: -5px;
}

.honor_pannel #timeline ul li:nth-child(odd)::before,
.honor_pannel #timeline ul li:nth-child(even)::before {
  background: transparent;
}

.honor_pannel .honor_lineBox {
  width: 365px;
  padding: 33px 23px;
  box-shadow: 0px 0px 10px 0px rgba(29, 123, 244, 0.17);
  border-radius: 5px;
}

.honor_pannel li:nth-child(odd) .content {
  float: right;
  margin-right: 113px;
}

.honor_pannel li:nth-child(odd) .content .honor_lineBox {
  text-align: right;
}

.honor_pannel li:nth-child(odd) .content::after {
  /* content: '';
position: absolute;
z-index: 10;
top: 54px;
right: -113px;
width: 100px;
height: 22px;
background-size: 100% 100%;
float: right;
margin-right: 100px;
background: url(../uploads/lline.png) no-repeat; */
}

.honor_pannel li:nth-child(even) .content::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 54px;
  left: -10px;
  width: 100px;
  height: 22px;
  background-size: 100% 100%;
  float: right;
  margin-right: 100px;
  background: url(../uploads/rline.png) no-repeat;
}

.honor_pannel li:nth-child(even) .honor_lineBox {
  margin-left: 113px;
  text-indent: 0;
}

.honor_lineBox_time {
  font-size: 24px;
  font-weight: bold;
  color: #1c7bf4;
  line-height: 35px;
}

.honor_lineBox_text {
  color: #333;
}

.honor #timeline::before {
  height: 100vh;
}

.honor_pannel ul li:last-of-type .content {
  margin-bottom: 50px !important;
}
/* 企业文化 - 公司荣誉 - 结束 */

/* 企业文化 - 职工园地 - 开始 */

.staff_field {
  width: 100%;
  margin-top: 40px;
}

.staff_field_box {
  display: flex;
  background-color: #f7f7f7;
  height: 190px;
  margin-bottom: 30px;
}

.staff_field_fl {
  color: #fff;
  font-size: 14px;
}

.staff_field_fl div {
  width: 96px;
  height: 96px;
  background-color: #1d7bf4;
}

.staff_field_fl_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-indent: 0;
}

.staff_field_fl_time p {
  margin: 0;
  font-size: 32px;
}

.staff_field_fl_look {
  background-color: #005bac !important;
  text-indent: 0;
}

.staff_field_fl_look a {
  display: block;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 2em;
}

.staff_field_fl_look p {
  margin: 0;
}

.staff_field_fr {
  padding-top: 30px;
  padding-left: 50px;
  color: #333;
  text-indent: 0;
}

.staff_field_fr_title {
  font-size: 30px;
}

.staff_field_fr_text {
  font-size: 14px;
  margin-top: 10px;
}

.staff_field > {
  display: none;
}

.staff_page ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

.staff_page ul li {
  height: 37px;
  border: 1px solid #f7f7f7;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 17px;
  font-size: 14px;
}

.staff_page .current {
  color: #fff;
  background-color: #1c7bf4;
}

/* 企业文化 - 职工园地 - 详情 - 开始 */
.staff_detail {
  margin-top: 62px;
}

.staff_detail:target {
  display: block;
}

.staff_detail_head {
    font-size: 2.4vw;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 12vh;
    border-bottom: 1px solid #f1f1f1;
}

.aname {
  display: block;
}

.staff_detail_time {
  font-size: 16px;
  color: #999;
}

.staff_detail_body {
    /* margin-top: 80px; */
    padding-top: 2vh;
}

    .staff_detail_body span {
        font-size: 0.9vw!important;
    }

    .staff_detail_body p {
        text-indent: 2em;
    }

.staff_detail_foot {
    font-size: 0.9vw;
    margin: 80px 0;
}

.staff_detail_foot_up i,
.staff_detail_foot_down i {
  font-weight: bold;
}

/* 企业文化 - 职工园地 - 详情 - 结束 */

/* 企业文化 - 职工园地 - 结束 */

/* 企业文化 */

/* 团队风采-开始 */
.teamStyle {
  margin-top: 44px;
  width: 100%;
  margin-bottom: 70px;
}

.teamStyle .teamStyle-title {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 38px;
  color: #000000;
  position: relative;
  margin: 70px 0;
}

.teamStyle .teamStyle-title::after {
  content: '';
  width: 38px;
  height: 2px;
  background: #1890ff;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.teamStyle-swiper-box {
  width: 100%;
}

.teamStyle-swiper-box .swiper {
  height: 400% !important;
}

.teamStyle-swiper-box .swiper-wrapper {
  width: 100%;
}

.teamStyle-swiper-box .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 0 5%;
}

.teamStyle-swiper-box .swiper-slide .swiper-box {
  width: 20%;
  margin-right: 3vw;
}

    .teamStyle-swiper-box .swiper-slide .swiper-box .text {
        margin-top: 2vh;
        font-size: 1.2vw;
        color: #333333;
        text-indent: 0;
    }

.teamStyle-swiper-box .swiper-slide .swiper-box:first-of-type {
  margin-left: 50px;
}

.teamStyle-swiper-box .swiper-slide .swiper-box img {
  width: 100%;
}


    .teamStyle-swiper-box .swiper-button-next,
    .teamStyle-swiper-box .swiper-button-prev {
        right: 18px;
        background-color: transparent !important;
    }

.teamStyle-swiper-box .swiper-button-next::after,
.teamStyle-swiper-box .swiper-button-prev::after {
  font-size: 4vw !important;
  font-weight: 700;
  color: #999;
}

/* 团队风采-结束 */

/* 企业理念-开始 */
.teamStyle-two-box {
  width: 100%;
  display: flex;
  align-items: center;
  height: 363px;
}

.teamStyle-two-box .teamStyle-two-box-demo {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.teamStyle-two-box .teamStyle-two-box-demo img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.6s;
}

.teamStyle-two-box .teamStyle-two-box-demo:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.teamStyle-two-box .teamStyle-two-box-demo .title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 33px;
}

.teamStyle-two-box .teamStyle-two-box-demo .text {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
}
/* 企业理念-结束 */


@media screen and (max-width: 1024px) {
    .company_intro_head ul a {
        height: 100%;
        font-size: 1.2rem;
    }

    .company_intro_box .mycompany {
        display: block;
        height: auto;
    }

        .company_intro_box .mycompany .video-fl {
            width: 100%;
            height: auto;
        }

    .mycompany .text-fr .text-title {
        font-size: 6vw;
        margin-top: 0;
        padding-top: 2vh;
        margin-bottom: 2vh;
    }

    .mycompany .text-fr {
        width: 100%!important;
        line-height: inherit!important;
    }

        .mycompany .text-fr .text-detail {
            padding: 0 6vw !important;
            padding-bottom: 21px;
            text-align: center;
            font-size: 1.5vw;
        }

        .mycompany .text-fr .video {
            margin: 5vh 0!important;
            max-width: 88vw;
            max-height: 44vw;
        }

    .development-history .de-title {
        font-size: 5vw;
        margin-top: 7vh;
        text-indent: initial;
    }

        .development-history .de-title::after {
            top: auto;
            bottom: -5px;
            margin-left: -19px;
        }

        .development-history img {
            width: 80vw;
            height: 34vh;
            margin-top: 3vh;
            object-fit: contain;
        }

    .development-history .swiper-box .title {
        font-size: 3.3vw;
        text-indent: initial;
    }

    .development-history .swiper-box .explain {
        font-size: 1.3vw;
        text-indent: initial;
    }

    .de-content .swiper-button-prev::after, .de-content .swiper-button-next::after {
        font-size: 3vw !important;
    }
    .my-swiper-pagination .swiper-slide {
        width: 20vw !important;
    }

    .corporateHonors-body .de-title {
        text-indent: initial;
        font-size: 5vw;
    }
        .corporateHonors-body .de-title::after {
            top: auto;
            bottom: -5px;
        }

    .corporateHonors-body .de-detail-text {
        margin-top: 6vh;
        font-size: 1.6vw;
        width: 100%;
        line-height: 23px;
    }

    .corporateHonors {
        /*height: 100vh;*/
    }

    .teamStyle-swiper-box .swiper-slide .swiper-box {
        width: 49%;
    }

    .teamStyle-two-box {
        height: auto;
    }

        .teamStyle-two-box .teamStyle-two-box-demo .title {
            font-size: 4vw;
            text-indent: 0;
            margin-bottom: 2vh;
        }

        .teamStyle-two-box .teamStyle-two-box-demo .text {
            width: 100%;
            font-size: 2vw;
            text-align: center;
            text-indent: 0;
            padding: 0 5%;
        }

    .company_intro_text {
        font-size: 2vw;

    }


    .contact_us1 {
        display: block !important;
    }

    .contact_us1_fl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .company_intro_text .contact_us1_fl ul {
        padding: 2%;
        width: 100%;
    }

    .contact_us1_fr {
        width: 100%;
        margin-left: 0;
        margin-top: 2%;
        height: 60vh;
    }

    .advantage_body_box {
        width: 33%;
        margin-bottom: 1%;
        padding: 5px 10px;
        margin-right: 0;
    }

    .advantage_body_te {
        margin-top: 6%;
        font-size: 2vw!important;
    }
    .advantage3 .advantage_body_te p {
        font-size: 3vw;
        margin-top: 2vh;
    }

    .company_intro_title {
        margin: 5vh 0;
    }

    .advantage2 .advantage_body_text p {
        font-size: 2vw;
    }

    .teamStyle-title {
        text-indent: 0;
        margin: 5vh 0 !important;
    }

        .teamStyle-title:after {
            text-indent: 0;
            transform: translateX(-50%);
        }

}

@media screen and (max-width: 768px) {
    .development-history {
        height: 90vh;
        background-size: cover;
    }
    .my-swiper-pagination .swiper-slide {
        padding-top: 0;
    }

    .de-content .my-swiper-pagination .swiper-slide-active::after {
        top: -6px;
    }

    .teamStyle-swiper-box .swiper-slide .swiper-box:first-of-type {
        margin-left: 33px;
    }

    .corporateHonors {
        height: 100vh;
    }

    .teamStyle-title {
        font-size: 6vw !important;
    }

    .company_intro_title {
        font-size: 6vw;
        text-indent: 0;
    }

        .company_intro_title:after {
            top: auto;
            bottom: 0;
            transform: translateX(-50%);
        }

}

@media screen and (max-width: 768px) {
    .theory .quality_head {
        font-size: 6vw!important;
        text-indent: 0;
    }
}
